Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
Constants


Clip Types

The clipType field of a clip data structure (of type TQAClip) specifies a clip type. You use these constants to assign a value to that field.

typedef enum TQAClipType {
   kQAClipRgn                 = 0,
   kQAClipWin32Rgn            = 1
} TQAClipType;
Constant descriptions

kQAClipRgn
A clipping region.
kQAClipWin32Rgn
A Windows 32 clipping region.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996